home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 96 / PC Zone #096.7z / Dppcz1200.mdf / Demos / Gunlok / data1.cab / Program_Executable_Files / scripts / pulsaxfrag.gsh < prev    next >
Text File  |  2000-09-09  |  950b  |  42 lines

  1. // defines the fragmented pulsax turret
  2. ////////////////////////////////////////////////////////////////////////////////////
  3.  
  4. // start wrapper - prevent multiple inclusions or recursive inclusions
  5.  
  6. //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
  7. #ifndef INCLUDED_pulsaxFRAG_GSH
  8. #define INCLUDED_pulsaxFRAG_GSH
  9.  
  10. ////////////////////////////////////////////////////////////////////////////////////
  11.  
  12. #include "defaults.gsh"
  13.  
  14.  
  15.  
  16.  
  17. hierarchy Hcy_pulsaxFrag
  18. {
  19.     file    "units\pulsaxfrag.rif"
  20.     name    "pulsaxfrag"
  21.     hotspot none
  22. }
  23.  
  24. role Rol_pulsaxFrag : Rol_FragObject
  25. {
  26.     shape            Hcy_pulsaxFrag
  27.     identifier        "pulsaxfrag"
  28. }
  29.  
  30. frag data Frg_pulsax
  31. {
  32.     role Rol_pulsaxFrag
  33.     scale 6
  34.  
  35.     replace yes
  36. }
  37.  
  38. ////////////////////////////////////////////////////////////////////////////////////
  39.  
  40. // end wrapper - for preventing multiple or recursive inclusions
  41. #endif // !INCLUDED_pulsaxFRAG_GSH
  42.